Platform Explorer / Nuxeo Platform 2023.10

Operation NuxeoDrive.FileSystemItemExists (Nuxeo Drive: File system item exists)

Description

Check if the document backing the file system item with the given id exists. Return the result as a JSON blob.
Operation id NuxeoDrive.FileSystemItemExists
Category Services
Label Nuxeo Drive: File system item exists
Requires
Since

Parameters

Name Description Type Required Default value
id Id of the file system item backed by the document whose existence to check. string yes  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveFileSystemItemExists
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.FileSystemItemExists",
  "label" : "Nuxeo Drive: File system item exists",
  "category" : "Services",
  "requires" : null,
  "description" : "Check if the document backing the file system item with the given id exists. Return the result as a JSON blob.",
  "url" : "NuxeoDrive.FileSystemItemExists",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "id",
    "description" : "Id of the file system item backed by the document whose existence to check.",
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}